From c320a0ae311f06a1f668a0fba5b331cf1c46c69d Mon Sep 17 00:00:00 2001 From: Jyrki Gadinger Date: Tue, 18 Feb 2025 11:53:13 +0100 Subject: [PATCH] add link to server if TOS needs to be signed Signed-off-by: Jyrki Gadinger --- src/gui/accountsettings.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gui/accountsettings.cpp b/src/gui/accountsettings.cpp index 579b053a0..0a5a9f527 100644 --- a/src/gui/accountsettings.cpp +++ b/src/gui/accountsettings.cpp @@ -1346,7 +1346,7 @@ void AccountSettings::slotAccountStateChanged() Q_UNREACHABLE(); break; case AccountState::NeedToSignTermsOfService: - showConnectionLabel(tr("You need to accept the terms of service")); + showConnectionLabel(tr("You need to accept the terms of service at %1.").arg(server)); break; } } else { -- 2.30.2